home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Komercni / dispatcher / setup.exe / {app} / Data / Sped a.s.mdb / CarObjem.json < prev    next >
JavaScript Object Notation  |  2003-02-28  |  306b

  1. {
  2.     "schema": {
  3.         "klic": "Long Integer",
  4.         "idCar": "Long Integer",
  5.         "idTypO": "Long Integer",
  6.         "TypO": "Text (50)",
  7.         "Objem": "Double",
  8.         "MJO": "Text (50)"
  9.     },
  10.     "data": [
  11.         {
  12.             "klic": 6,
  13.             "idCar": 2,
  14.             "idTypO": 0,
  15.             "TypO": "m3",
  16.             "Objem": 8
  17.         },
  18.         {
  19.             "klic": 7,
  20.             "idCar": 1,
  21.             "idTypO": 0,
  22.             "TypO": "m3",
  23.             "Objem": 0
  24.         },
  25.         {
  26.             "klic": 9,
  27.             "idCar": 3,
  28.             "idTypO": 0,
  29.             "TypO": "m3",
  30.             "Objem": 2
  31.         }
  32.     ]
  33. }